home *** CD-ROM | disk | FTP | other *** search
- Path: news.telepac.pt!usenet
- From: jcarlosr@mail.telepac.pt (J.Carlos)
- Newsgroups: comp.lang.c++
- Subject: Re: Windows Programming questions!!!
- Date: Sun, 28 Jan 1996 21:56:08 GMT
- Organization: telepac
- Message-ID: <4egv0v$cpj@vivaldi.telepac.pt>
- References: <4egg13$jrt@news.euro.net>
- NNTP-Posting-Host: alv1_p9.telepac.pt
- X-Newsreader: Forte Free Agent 1.0.82
-
- savant@euronet.nl (Simon van Tongeren) wrote:
- >Hi,
- >I've recently start to write apllications for Windows (3.1 or above)
- >but I encouter several difficulties which I don't fully understand:
- > How do I link and use libraries such as .DLL files ?
-
- There's an utility named IMPLIB that you can use to create an import
- library to use a DLL, you must link the library not the DLL.
-
- Regard's J.Carlos
-
-